﻿2026-05-06T11:32:44.5228971Z ##[group]Run actions/checkout@v6
2026-05-06T11:32:44.5230028Z with:
2026-05-06T11:32:44.5230685Z   repository: Mesya82/Service-Book
2026-05-06T11:32:44.5231828Z   token: ***
2026-05-06T11:32:44.5232461Z   ssh-strict: true
2026-05-06T11:32:44.5233100Z   ssh-user: git
2026-05-06T11:32:44.5233759Z   persist-credentials: true
2026-05-06T11:32:44.5234460Z   clean: true
2026-05-06T11:32:44.5235118Z   sparse-checkout-cone-mode: true
2026-05-06T11:32:44.5235857Z   fetch-depth: 1
2026-05-06T11:32:44.5236497Z   fetch-tags: false
2026-05-06T11:32:44.5237170Z   show-progress: true
2026-05-06T11:32:44.5238020Z   lfs: false
2026-05-06T11:32:44.5238850Z   submodules: false
2026-05-06T11:32:44.5239660Z   set-safe-directory: true
2026-05-06T11:32:44.5240655Z env:
2026-05-06T11:32:44.5241706Z   FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2026-05-06T11:32:44.5242571Z ##[endgroup]
2026-05-06T11:32:44.6391854Z Syncing repository: Mesya82/Service-Book
2026-05-06T11:32:44.6395538Z ##[group]Getting Git version info
2026-05-06T11:32:44.6399331Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-05-06T11:32:44.6402946Z [command]/usr/bin/git version
2026-05-06T11:32:44.6404459Z git version 2.53.0
2026-05-06T11:32:44.6468033Z ##[endgroup]
2026-05-06T11:32:44.6478596Z Temporarily overriding HOME='/home/runner/work/_temp/0771aa31-2948-4cb1-af3d-aca5de4f345b' before making global git config changes
2026-05-06T11:32:44.6484279Z Adding repository directory to the temporary git global config as a safe directory
2026-05-06T11:32:44.6487813Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-05-06T11:32:44.6528550Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-05-06T11:32:44.6549584Z ##[group]Initializing the repository
2026-05-06T11:32:44.6552039Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-05-06T11:32:44.6607220Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-06T11:32:44.6609951Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-06T11:32:44.6613389Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-06T11:32:44.6616476Z hint: call:
2026-05-06T11:32:44.6618272Z hint:
2026-05-06T11:32:44.6620253Z hint: 	git config --global init.defaultBranch <name>
2026-05-06T11:32:44.6623701Z hint:
2026-05-06T11:32:44.6625627Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-06T11:32:44.6628366Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-06T11:32:44.6636251Z hint:
2026-05-06T11:32:44.6638161Z hint: 	git branch -m <name>
2026-05-06T11:32:44.6640042Z hint:
2026-05-06T11:32:44.6642726Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-06T11:32:44.6646542Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-05-06T11:32:44.6652572Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-05-06T11:32:44.6671894Z ##[endgroup]
2026-05-06T11:32:44.6674255Z ##[group]Disabling automatic garbage collection
2026-05-06T11:32:44.6676970Z [command]/usr/bin/git config --local gc.auto 0
2026-05-06T11:32:44.6714687Z ##[endgroup]
2026-05-06T11:32:44.6717136Z ##[group]Setting up auth
2026-05-06T11:32:44.6720252Z Removing SSH command configuration
2026-05-06T11:32:44.6723288Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-06T11:32:44.6772716Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-06T11:32:44.7061302Z Removing HTTP extra header
2026-05-06T11:32:44.7068143Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-06T11:32:44.7103286Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-06T11:32:44.7351347Z Removing includeIf entries pointing to credentials config files
2026-05-06T11:32:44.7356503Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-06T11:32:44.7393425Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-06T11:32:44.7639464Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-fc122879-2037-4c4d-8d63-b1cf329e26e8.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-06T11:32:44.7681631Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-fc122879-2037-4c4d-8d63-b1cf329e26e8.config
2026-05-06T11:32:44.7715665Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-fc122879-2037-4c4d-8d63-b1cf329e26e8.config
2026-05-06T11:32:44.7751449Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fc122879-2037-4c4d-8d63-b1cf329e26e8.config
2026-05-06T11:32:44.7784953Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fc122879-2037-4c4d-8d63-b1cf329e26e8.config
2026-05-06T11:32:44.7822571Z ##[endgroup]
2026-05-06T11:32:44.7824252Z ##[group]Fetching the repository
2026-05-06T11:32:44.7842104Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +975ef6f65f2ed325f930cb801d497a8895adec39:refs/remotes/pull/65/merge
2026-05-06T11:32:45.0934425Z From https://github.com/Mesya82/Service-Book
2026-05-06T11:32:45.0963393Z  * [new ref]         975ef6f65f2ed325f930cb801d497a8895adec39 -> pull/65/merge
2026-05-06T11:32:45.0975052Z ##[endgroup]
2026-05-06T11:32:45.0976696Z ##[group]Determining the checkout info
2026-05-06T11:32:45.0978611Z ##[endgroup]
2026-05-06T11:32:45.0979684Z [command]/usr/bin/git sparse-checkout disable
2026-05-06T11:32:45.0983248Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-06T11:32:45.0987043Z ##[group]Checking out the ref
2026-05-06T11:32:45.0988695Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/65/merge
2026-05-06T11:32:45.1567220Z Note: switching to 'refs/remotes/pull/65/merge'.
2026-05-06T11:32:45.1568699Z 
2026-05-06T11:32:45.1569829Z You are in 'detached HEAD' state. You can look around, make experimental
2026-05-06T11:32:45.1572819Z changes and commit them, and you can discard any commits you make in this
2026-05-06T11:32:45.1575705Z state without impacting any branches by switching back to a branch.
2026-05-06T11:32:45.1577641Z 
2026-05-06T11:32:45.1592408Z If you want to create a new branch to retain commits you create, you may
2026-05-06T11:32:45.1595663Z do so (now or later) by using -c with the switch command. Example:
2026-05-06T11:32:45.1597399Z 
2026-05-06T11:32:45.1598085Z   git switch -c <new-branch-name>
2026-05-06T11:32:45.1599201Z 
2026-05-06T11:32:45.1599826Z Or undo this operation with:
2026-05-06T11:32:45.1601048Z 
2026-05-06T11:32:45.1601812Z   git switch -
2026-05-06T11:32:45.1602494Z 
2026-05-06T11:32:45.1603577Z Turn off this advice by setting config variable advice.detachedHead to false
2026-05-06T11:32:45.1605236Z 
2026-05-06T11:32:45.1607142Z HEAD is now at 975ef6f Merge 5aac9a8053eb4d326522ae267210c0df4215af3e into a5dde235044b6c4dd43f7c02e62e15ef96905144
2026-05-06T11:32:45.1843115Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-06T11:32:45.1853609Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-06T11:32:45.1866555Z ##[endgroup]
2026-05-06T11:32:45.1918710Z [command]/usr/bin/git log -1 --format=%H
2026-05-06T11:32:45.1938868Z 975ef6f65f2ed325f930cb801d497a8895adec39
